home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
util
/
app
/
EuroTrash.lha
/
EuroTrash
/
Deinstall
next >
Wrap
Text File
|
1997-08-31
|
1KB
|
53 lines
(SET @default-dest "Sys:WBStartup")
(IF (= @language "svenska")
(
(SET #welcome "Detta installerarprogram kommer att ta bort EuroTrash!\n\n")
(SET #exitHelp "EuroTrash är borttaget!\n\n")
)
(
(SET #welcome "This installer script will remove EuroTrash from your system!\n\n")
(SET #exitHelp "EuroTrash has been removed!\n\n")
)
)
(WELCOME #welcome)
(COMPLETE 0)
(IF (EXISTS "SYS:WBStartup/EuroTrash" (NOREQ) )
(DELETE "SYS:WBStartup/EuroTrash"
(INFOS)
)
)
(COMPLETE 25)
(IF (EXISTS "HELP:EuroTrash.guide" (NOREQ) )
(DELETE "HELP:EuroTrash.guide"
(INFOS)
)
)
(COMPLETE 50)
(IF (EXISTS "LOCALE:Catalogs/EuroTrash.cd" (NOREQ) )
(DELETE "LOCALE:Catalogs/EuroTrash.cd")
)
(COMPLETE 63)
(IF (EXISTS "LOCALE:Catalogs/EuroTrash.ct" (NOREQ) )
(DELETE "LOCALE:Catalogs/EuroTrash.ct")
)
(COMPLETE 87)
(IF (EXISTS "LOCALE:Catalogs/svenska/EuroTrash.catalog" (NOREQ) )
(DELETE "LOCALE:Catalogs/svenska/EuroTrash.catalog")
)
(COMPLETE 100)
(EXIT #exitHelp (QUIET))